home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / origami / oribin.zoo / learn / keys < prev    next >
Encoding:
Text File  |  1991-06-28  |  697 b   |  22 lines

  1. CURSOR KEYS
  2. -----------
  3.  
  4. The cursor keypad, usually located on the right side of the keyboard,
  5. may have been bound to some of the more useful screen movement commands.
  6. The mappings are as follows:
  7.  
  8.      Cursor-Right    C-F       Move forward a character
  9.      Cursor-Left     C-B       Move back a character
  10.  
  11.      Cursor-Down     C-N       Move to next line
  12.      Cursor-Up       C-P       Move to previous line
  13.  
  14.      Pg-Dn           C-V       Move to next screen
  15.      Pg-Up           M-v       Move to previous screen
  16.  
  17.      Delete          C-D       Delete current character
  18.  
  19.      Backspace       C-H       Delete left from the cursor
  20.  
  21. >>  Practice using the cursor keypad.
  22.